home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 January / macformat46.iso / Shareware Plus / Developers / EnterAct / EnterAct Stuff / Drag_on Modules / hAWK programs / Recursive hAWK test < prev    next >
Encoding:
Text File  |  1991-11-23  |  99 b   |  4 lines

  1. #Recursive hAWK test - just print hello to stdout
  2.  
  3. BEGIN    {print "hello there\n\nfrom the depths" }
  4.